gtk_recent_chooser_set_filter: Allow NULL value to unset the filter.
authorTristan Van Berkom <tristanvb@openismus.com>
Sat, 6 Apr 2013 08:56:19 +0000 (17:56 +0900)
committerTristan Van Berkom <tristanvb@openismus.com>
Sat, 6 Apr 2013 09:06:51 +0000 (18:06 +0900)
commitfbb94477851224a4fc9d7a25bec0284727c5eee5
treec346ba68c3cf774f3862257153993885ba6fc801
parent8687fbc15e1ec68305f7fdce2f94d56d55c7d617
gtk_recent_chooser_set_filter: Allow NULL value to unset the filter.

While GtkRecentChooser implementations accept for the "filter" property
to unset the current filter, the API fires an unneeded assertion.

This patch removes the assertion.
gtk/gtkrecentchooser.c